Vcenter Vm DataSets Summary

Vcenter Vm DataSets Summary
Vcenter Vm DataSets Summary

Basic data set information.

This schema was added in vSphere API 8.0.0.0.

JSON Example
{
    "data_set": "string",
    "name": "string",
    "description": "string"
}
string
data_set
Required

The identifier of the data set.

This property was added in vSphere API 8.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.vm.DataSet. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.vm.DataSet.

string
name
Required

The name of the data set.

This property was added in vSphere API 8.0.0.0.

string
description
Required

The description of the data set.

This property was added in vSphere API 8.0.0.0.